home *** CD-ROM | disk | FTP | other *** search
/ Arcade Classics / Arcade Classics.iso / data / Platform / JUMPGUY / jumpguy.bat < prev    next >
DOS Batch File  |  2002-05-29  |  553b  |  30 lines

  1. @echo off
  2. cls
  3.  
  4. if not exist c:\windows\knp.ini goto kopie
  5. goto verder
  6.  
  7. :kopie
  8.     copy \data\platform\jumpguy\knp.ini c:\windows > NUL:
  9.  
  10. :verder
  11.     md c:\gm_tmp > NUL:
  12.     cls
  13.     copy \data\start.exe c:\gm_tmp\start.exe > NUL:
  14.     copy \data\deltree.exe c:\deltree.exe > NUL:
  15.     \data\moment.exe
  16.     \data\unace32 x -y jumpguy.ace c:\gm_tmp\ > NUL:
  17.     cls
  18.     c:
  19.     cd \gm_tmp
  20.     start.exe /w /max jumpguy
  21.     c:
  22.     cd \
  23.     deltree /Y c:\gm_tmp > NUL:
  24.     del deltree.exe > NUL:
  25.     goto einde
  26.  
  27. :einde
  28. @echo off
  29. cls
  30.